home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / DOCSDEMO / FOG5.POV < prev    next >
Text File  |  1996-05-31  |  226b  |  16 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "fog.inc"
  7.  
  8. fog { 
  9.   distance 150 
  10.   colour rgbf<0.3, 0.5, 0.2, 1.0> 
  11.   fog_type 2
  12.   fog_offset 25
  13.   fog_alt 1
  14. }
  15.  
  16.